From: David Kastrup Date: Thu, 3 Jun 2004 19:52:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22182 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5a5c32d662a1dc210529abe3d584c2b9db441cd3;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83f8a0e1cf0..a25bda7392f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2004-06-03 David Kastrup + + * woman.el (woman-mapcan): More concise code. + (woman-topic-all-completions, woman-topic-all-completions-1) + (woman-topic-all-completions-merge): Replace by a simpler and + much faster implementation based on O(n log n) sort/merge instead + of the old O(n^2) behavior. + 2004-06-03 Miles Bader * subr.el (read-number): Use canonical format for default in prompt.